func crypto/tls.checkKeySize
3 uses
crypto/tls (current package)
handshake_client.go#L1070: func checkKeySize(n int) (max int, ok bool) {
handshake_client.go#L1095: if max, ok := checkKeySize(n); !ok {
handshake_server.go#L909: if max, ok := checkKeySize(n); !ok {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)